Welcome![Sign In][Sign Up]
Location:
Search - hibernate 3.2 A

Search list

[JSP/JavaDongli100

Description: 移动商务短信平台:本系统采用WEB方式的B/S系统架构,支持局域网和互联网访问;由当前流行的jsp+struts2+hibernate+spring+ajax等最新技术实现。 主要功能: 1.能进行短信的群发,接收; 2.支持通过Excel文件、文本文件批量导入导出发送数据; 3.内置大量用户数据,用户可通过条件筛选合适的号码进行发送,也可以批量导入号码发送; 4.支持多用户使用,自动充值,充多少发多少;方便发展代理商 5.可以查看发送明细;导出数据; 6.与中国移动的动力100无缝结合;可以直接把数据导入到动力100系统发送; 7.有很高的安全性,对系统中的任何操作均有日志记录; 8.支持SQL2000、SQL2005等数据库。-Mobile business messaging platform: the way the system uses WEB B/S system architecture, supports LAN and Internet access by the current popular jsp+ struts2+ hibernate+ spring+ ajax such as the latest technology. Main features: 1 can perform SMS sending, receiving (2) support via Excel files, text files to send bulk import and export data 3 built-in a lot of user data, the user can send the appropriate number screened by the conditions, you can also batch import numbers sent 4 supports multiple users, automatic recharge, charge and how much fat facilitate the development of agents 5 You can view send details export data 6 power with China Mobile s 100 seamless integration can directly import the data into the system sends power 100 7 has a high safety of operation of the system has any logging 8. Supports SQL2000, SQL2005 and other databases.
Platform: | Size: 16261120 | Author: gkimlaps | Hits:

[JSP/Javawsdc2

Description: [infosys.rar] - 本系统是基于Struts+Hibernate开发的一套后台管理系统,功能包含完善的权限管理,和信息发布功能。开发环境:Eclipse3.01+myeclipse3.84+mysql5.0(oracle、ms sqlserver2000)。 压缩包里包含了所有的组件、源码和SQL脚本以及工程文件 [JavaEE_orderItem.rar] - JavaEE订餐项目的功能:用户登录、用户注册、添加订餐信息、查询订餐、结算、权限验证 [ilikecook.rar] - 一个完整的网络订餐系统,自己曾经营过一个小的快餐店 [foodorder_online.rar] - 实现网上订餐系统,如其他网站一样可以实现论坛功能 留言功能 [j_10257_qrdc.rar] - 晴软网上订餐系统 v2.1.2 1. 登陆管理后台及管理界面介绍 2. 增加分店、增加城市与地区 3. 如何为分店划分管理地区 4. 添加分店管理员,及分店管理员的权限 5. 分店管理员增加分店的配送员与订单管理员 6. 如何添加与管理快餐 7. 选择当天的菜单 8. [ahHotel.rar] - 在线订餐系统。三层架构。适合学生学习用!-[infosys.rar]- The system is based on Struts+ Hibernate developed a set of background management system, features include improved rights management, and information dissemination functions. Development Environment: Eclipse3.01+ myeclipse3.84+ mysql5.0 (oracle, ms sqlserver2000). Compression bag contains all the components, source code and project files and SQL scripts   Function JavaEE ordering items- [JavaEE_orderItem.rar]: user login, user registration, add ordering information, check ordering, billing, verify permissions   [ilikecook.rar]- a complete network reservation system, he had run over a small snack   [foodorder_online.rar]- achieve online reservation system, the same as other sites feature message function can be achieved forum   [j_10257_qrdc.rar]- Mostly soft landing online reservation management system v2.1.2 1. Introduction 2. Background and management interface to increase outlets, increasing urban and regional branches 3. How to divide the
Platform: | Size: 1961984 | Author: 舒慧 | Hits:

[JSP/Javaclassroom

Description: 基于开源dwz(1.4.5版本),结合spring ioc/mvc、hibernate或mybatis,开发一个WEB界面层框架 功能: 1. 实现菜单可配置; 2. 实现角色定义; 3. 实现基于角色的菜单权限分配; 4. 实现从菜单到(jsp)页面的触发; 5. 实现可复用的登录模块; 6. 实现页面可访问权限检查(过滤器)。-Based on open source DWZ (1.4.5 version), combining with the spring ioc/MVC, hibernate or mybatis, develop a WEB interface layer framework Function: 1. Realize the menu can be configured 2. Realize the role definition 3. Achieve role-based menu permissions distribution 4. Implementation the menu to trigger (JSP) page 5. Implement reusable login module 6. Implement page can access check (filter).
Platform: | Size: 12480512 | Author: 李振德 | Hits:

[Oracleoracle

Description: Oracle 存储过程 1 Oracle存储过程基础知识 1 Oracle存储过程的基本语法 2 关于Oracle存储过程的若干问题备忘 4 1. 在Oracle中,数据表别名不能加as。 4 2. 在存储过程中,select某一字段时,后面必须紧跟into,如果select整个记录,利用游标的话就另当别论了。 5 3. 在利用select...into...语法时,必须先确保数据库中有该条记录,否则会报出 no data found 异常。 5 4. 在存储过程中,别名不能和字段名称相同,否则虽然编译可以通过,但在运行阶段会报错 5 5. 在存储过程中,关于出现null的问题 5 6. Hibernate调用Oracle存储过程 6 用Java调用Oracle存储过程总结 6 一、 无返回值的存储过程 6 二、 有返回值的存储过程(非列表) 8 三、 返回列表 9 在存储过程中做简单动态查询 11 一、 本地动态SQL 12 二、 使用DBMS_SQL包 13 Oracle存储过程调用Java方法 16 Oracle高效分页存储过程实例 17- The Oracle stored procedure 1 Basic knowledge of Oracle stored procedure 1 2 the Oracle stored procedure of the basic grammar Several problems about the Oracle stored procedure memo 4 1. In Oracle, alias added as data table. 4 2. In the process of storage, a field, must follow into behind, if the entire record, using a cursor is another matter. 5 3. In the use of the select... Into... Grammar, have to ensure that the has a record of this, or you will quote us \ no data found\ exception. 5 4. In the process of storage, alias not same with the field name, otherwise while compiling can pass, but an error in the operation phase 5 5. In the process of storage, null problem about 5 6. Hibernate calls the Oracle stored procedure 6 With Java calls the Oracle stored procedure summarizes six A stored procedure 6, no return value Second, returns a value of the stored procedure (not list) 8 Three, the returned list In the process of sto
Platform: | Size: 25600 | Author: 郭帅 | Hits:

[Othercontact

Description: 1) 采用Struts作为系统的表示层框架; 2) 采用Hibernate技术实现用户DAO数据资源的访问; 3) 根据E-R关系,创建数据库及数据表,数据库应命名为addressdb,数据表名称应命名为addresstable; 4) 该系统允许用户维护一个私人的通讯录,需要学员实现功能如下: ? 新增联系人 ? 显示所有联系人(1) use the MVC design pattern to display all the books in the JSP page (listbook.jsp); 2) to implement the display of the list of books by custom tag technology; 3) create javabeans as business logic classes and access database resources; 4) the management of database configuration information, such as: driver name, connection string, user name, password must be read from the configuration file.1) use Struts as the presentation layer framework of the system; 2) use Hibernate technology to realize the access of user DAO data resources; 3) based on the e-r relationship, the database and data table should be created, and the database should be named addressdb, and the data table name should be named addresstable; 4) the system allows users to maintain a private address book, which requires the following functions:)
Platform: | Size: 542720 | Author: 兔子的兔子 | Hits:
« 1 2 3 4»

CodeBus www.codebus.net